body {
    background-color: #2F2F2F;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
    border-color: rgba(255, 96, 0, 0.8);
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6);
    outline: 0 none;
}

.topnavbar {
    border-color: #000;
    background-color: #2F2F2F;
    padding-top: 5px;
    padding-bottom: 5px;
}

.topnavbar .container {
    color: #FFF;
    font-size: smaller;
}

.topnavbar .container span {
    margin-right: 5px;
}

.topnavbar .container .line {
    color: #000;
    text-shadow: 1px 0px 0px #666;
}

.topnavbar .container .symbol {
    color: #FF6000;
}

.navbar {
    background-color: #FFF !important;
}

.navbar .logo {
    width: 90px;
    height: 50px;
}

.navbar .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-orange {
    color: #FFF;
    background-color: #FF6000;
}

.btn-orange:hover {
    color: #FFF;
}

.btn-outline-orange {
    color: #FF6000;
    border-color: #FF6000;
}

.btn-outline-orange:hover {
    color: #FF6000;
}

.hero {
    color: #FFF;
    height: 600px;
    /* background: rgb(239, 154, 66);
    background: linear-gradient(180deg, rgba(239, 154, 66, 1) 15%, rgba(255, 96, 0, 1) 95%); */
    background-image: url(../img/nishipping_hero.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 991px) {
    .hero {
        height: 400px;
    }
    .topnavbar {
        font-size: 11px;
    }
}

@media only screen and (max-width: 740px) {
    .hero {
        height: 300px;
    }
}

@media only screen and (max-width: 600px) {
    .hero {
        height: 200px;
    }
}

.hero .container {
    padding-top: 30px;
}

.service {
    background-color: #FFF;
    padding-bottom: 60px;
}

.service-image {
    width: 800px;
}

.service .container {
    padding-top: 70px;
    text-align: center;
}

.service h1 {
    color: #FF6000;
}

.rate {
    padding-bottom: 60px;
    background-color: #4b4b4b;
}

.rate-image {
    width: 800px;
}

.rate .container {
    padding-top: 70px;
    text-align: center;
}

.rate h1 {
    color: #FFF;
}

.rate h1 span {
    color: #FF6000;
}

.howtouse {
    background-color: #FFF;
    padding-bottom: 60px;
}

.howto-import {
    margin-top: 30px;
}

.howtouse .container {
    padding-top: 70px;
    text-align: center;
}

.howtouse h1 {
    color: #FF6000;
}

.contact {
    background-color: #4b4b4b;
    padding-bottom: 60px;
}

.contact .container {
    padding-top: 70px;
    text-align: center;
}

.contact h1 {
    color: #FF6000;
}

footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #2F2F2F;
    color: #FFF
}

footer .container {
    display: flex;
    justify-content: space-between;
    font-size: smaller;
}

.werehouse {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.werehouse .picture {
    width: 150px;
    padding: 10px;
}

.werehouse .picture img {
    width: 100%
}

.contact .address {
    color: #fff;
    margin-top: 30px;
}

.contact .whaddress {
    margin-top: 60px;
    background-color: #FFF;
    border-color: #FFF;
    border-radius: 0.9em;;
    min-height: 300px;
    padding: 15px;
    text-align: left;
}
.whaddress h4 {
    color: #FF6000;
}

.map-responsive {
    margin-top: 60px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
